projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477daa5
)
* lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the
author
Luke Lee
<luke.yx.lee@gmail.com>
Wed, 2 Jul 2014 04:25:21 +0000
(12:25 +0800)
committer
Luke Lee
<luke.yx.lee@gmail.com>
Wed, 2 Jul 2014 04:25:21 +0000
(12:25 +0800)
forgotten :version "24.5".
lisp/progmodes/hideif.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideif.el
b/lisp/progmodes/hideif.el
index 6585668b927e64fef584ee9d9f7b57fdff82c271..f6562f32e94102301df20250595162aadda66016 100644
(file)
--- a/
lisp/progmodes/hideif.el
+++ b/
lisp/progmodes/hideif.el
@@
-138,7
+138,8
@@
(defcustom hide-ifdef-exclude-define-regexp nil
"Ignore #define names if those names match this exclusion pattern."
- :type 'string)
+ :type 'string
+ :version "24.5")
(defvar hide-ifdef-mode-submap
;; Set up the submap that goes after the prefix key.